home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / PNGLIB06.ZIP / PNGCHANG.TXT < prev    next >
Encoding:
Text File  |  1995-05-01  |  1.0 KB  |  37 lines

  1. pngchange.txt - changes for pnglib
  2.  
  3. version 0.2
  4.     added reader into png.h
  5.     fixed small problems in stub file
  6. version 0.3
  7.     added pull reader
  8.     split up pngwrite.c to several files
  9.     added pnglib.txt
  10.     added example.c
  11.     cleaned up writer, adding a few new tranformations
  12.     fixed some bugs in writer
  13.     interfaced with zlib 0.5
  14.     added K&R support
  15.     added check for 64 KB blocks for 16 bit machines
  16. version 0.4
  17.     cleaned up code and commented code
  18.     simplified time handling into png_time
  19.     created png_color_16 and png_color_8 to handle color needs
  20.     cleaned up color type defines
  21.     fixed various bugs
  22.     made various names more consistant
  23.     interfaced with zlib 0.71
  24.     cleaned up zTXt reader and writer (using zlib's Reset functions)
  25.     split transformations into pngrtran.c and pngwtran.c
  26. version 0.5
  27.     interfaced with zlib 0.8
  28.     fixed many reading and writing bugs
  29.    saved using 3 spaces instead of tabs
  30. version 0.6
  31.    added png_large_malloc() and png_large_free()
  32.    added png_size_t
  33.    cleaned up some compiler warnings
  34.    added png_start_read_image()
  35.  
  36.  
  37.